MY词语>英语词典>session management翻译和用法

session management

英 [ˈseʃn ˈmænɪdʒmənt]

美 [ˈseʃn ˈmænɪdʒmənt]

网络  session管理; 会话管理; 工作阶段管理; 会议管理; 连线管理

计算机

双语例句

  • Session data grids store HTTP session management data.
    会话型数据网格存储HTTP会话管理数据。
  • We have not yet standardized on a cross-browser protocol for the interaction monitoring and session management, so the implementations are very specific to Internet Explorer and Firefox.
    我们还没有标准化用以集成监测和会话管理的跨浏览器的协议,因此现在的实现对于IE和Firefox都是非常特殊化的。
  • This ensures that session management is handled properly.
    这可以确保会话管理得到恰当的处理。
  • Yes, you can configure session management to run with in-memory sessions, which is actually the default.
    是的,可以将会话管理配置为使用内存内会话(后者实际上是缺省设置)。
  • Role-based session management on the client is accomplished using tag suffixes or prefixes.
    客户端上基于角色的会话管理是使用标记后缀和前缀来完成的。
  • In this way, a J2EE application that requires session management doesn't need to rely on cookies being enabled by users of the application.
    这样,需要会话管理的J2EE应用程序就无需依赖由应用程序用户启用的cookie了。
  • Out of these sections of the API, this sample uses only calls from the session management section.
    对于这些API内容,本样例只使用了来自会话管理部分的调用。
  • The upside of application engines is the fact that they completely relieve the programmer from worrying about session management.
    应用程序引擎的上面反应了这样一个事实:他们完全将程序开发者从会话管理的担忧中释放出来。
  • Session management will often affect your connector design more than any other single factor.
    通常,与其他因素相比,会话管理程序更容易影响连接器的设计。
  • One of the most important functions provided by the Servlet API is session management& authentication, expiration, and maintenance of per-user session state through the HttpSession interface.
    ServletAPI提供的一个最重要的功能是会话管理&通过HttpSession接口进行用户状态的认证、失效和维护。